home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Interactive CD Sampler
/
Microsoft Interactive CD Sampler.iso
/
DEMOS
/
C_Automp
/
AUTOTP
/
TRIPPLAN.DIR
/
Scripts_7.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-25
|
341 b
|
14 lines
on mouseDown
puppetSprite(46, 1)
if the castNum of sprite 46 = the number of member "pause up" then
set the castNum of sprite 46 to the number of member "Start Up"
updateStage()
pause()
else
set the castNum of sprite 46 to the number of member "Pause up"
updateStage()
go(marker(0))
continue()
end if
end